From 8693344e1fbe8403616c3df8510a17168fa4ca0e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 May 1993 23:56:18 +0000 Subject: [PATCH] (kbd-macro-query): Fix prompt string. --- lisp/macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/macros.el b/lisp/macros.el index 2ff40f81f9b..43b5b2ae945 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -128,7 +128,7 @@ Your options are: \\ (let ((loop t) (msg (substitute-command-keys "Proceed with macro?\\\ - (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]"))) + (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]) "))) (while loop (let ((key (let ((executing-macro nil) (defining-kbd-macro nil)) -- 2.30.2